Skip to content

CISO-920: remove broken Teams notify job (CXONE_SCAN_WEBHOOK_URL not set)#1483

Merged
cx-noam-brendel merged 1 commit intomainfrom
fix/ciso-920-remove-broken-teams-notify
Apr 27, 2026
Merged

CISO-920: remove broken Teams notify job (CXONE_SCAN_WEBHOOK_URL not set)#1483
cx-noam-brendel merged 1 commit intomainfrom
fix/ciso-920-remove-broken-teams-notify

Conversation

@cx-noam-brendel
Copy link
Copy Markdown
Collaborator

Summary

Removes the notify job from the CxOne scan workflow. The job references secrets.CXONE_SCAN_WEBHOOK_URL which does not exist in this repo or at the org level — causing the step to silently fail on every run.

What was removed

  notify:
    needs: cx-scan
    uses: Checkmarx/plugins-release-workflow/.github/workflows/cxone-scan-teams-notify.yml@...
    if: always()
    secrets:
      teams_webhook_url: ${{ secrets.CXONE_SCAN_WEBHOOK_URL }}

Related

…RL not set)

The notify job references secrets.CXONE_SCAN_WEBHOOK_URL which does not
exist in this repo or at org level, causing the step to fail silently.

Ref: https://checkmarx.atlassian.net/browse/CISO-920
Ref: https://checkmarx.atlassian.net/browse/CISO-815
@github-actions github-actions Bot added bug Something isn't working fix labels Apr 27, 2026
@cx-noam-brendel cx-noam-brendel merged commit 20d957e into main Apr 27, 2026
6 of 12 checks passed
@github-actions
Copy link
Copy Markdown

Logo
Checkmarx One – Scan Summary & Details741f62cd-fb20-43fa-8ccc-72876c946d82

Great job! No new security vulnerabilities introduced in this pull request

cx-aniket-shinde added a commit that referenced this pull request Apr 29, 2026
* Scans failing due to vulnerable dependencies

* DockerFile changes reverted

* Remove .trivyignore

* CISO-920: remove broken Teams notify job (secret CXONE_SCAN_WEBHOOK_URL not set) (#1483)

The notify job references secrets.CXONE_SCAN_WEBHOOK_URL which does not
exist in this repo or at org level, causing the step to fail silently.

Ref: https://checkmarx.atlassian.net/browse/CISO-920
Ref: https://checkmarx.atlassian.net/browse/CISO-815

* added vm file support

* .vm support added

* .vm support added

* Comment Docker check

* Fix GitHub Actions workflow to pin action SHA

Updated nightly-parallel.yml to pin actions/download-artifact to a full commit SHA
instead of version tag, complying with repository security policy requiring all
actions to be pinned to full-length commit SHAs.

This resolves the CI error: "The action actions/download-artifact@v4 is not allowed
in Checkmarx/ast-cli because all actions must be pinned to a full-length commit SHA."

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>

* Fix ai-code-review workflow to pin reusable workflow SHA

Updated ai-code-review.yml to pin the Checkmarx/plugins-release-workflow reusable
workflow to a full commit SHA instead of using @main tag, complying with repository
security policy.

This resolves CI failures caused by unpinned workflow references.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>

* Revert "Fix ai-code-review workflow to pin reusable workflow SHA"

This reverts commit 68048de.

* Revert "Fix GitHub Actions workflow to pin action SHA"

This reverts commit a533e58.

* Uncommented ci-test.yml

* Changes for sha

* Code review skipped and increased linter time.

* Increased linter time in workflow

* Changed docker file sha

* test data changes reverted and govulnchek changes reverted

* Update README.md

* govulncheck changes

* Data values taken from github secrets

* Investigae test failure

* Update ci-tests.yml

* restore ci-tests.yml

* Skipping gitlab test cases

* skipping azure and github test cases

---------

Co-authored-by: Noam Brendel <139764378+cx-noam-brendel@users.noreply.github.com>
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant